From d9f079db65c3b8b4c9a2fca46da0ca689afe4be5 Mon Sep 17 00:00:00 2001 From: lukaslueg Date: Fri, 10 Feb 2017 19:49:58 +0100 Subject: [PATCH] Pinpoint hamcrest-dependency in cargotest to 0.1.1 hamcrest 0.1 currently resolves to 0.1.3, which cargotest can't actually build with. Cargo's own dependency on =0.1.1 used to shadow the problem. --- tests/cargotest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cargotest/Cargo.toml b/tests/cargotest/Cargo.toml index d33514b1d..55ef9643f 100644 --- a/tests/cargotest/Cargo.toml +++ b/tests/cargotest/Cargo.toml @@ -12,7 +12,7 @@ cargo = { path = "../.." } filetime = "0.1" flate2 = "0.2" git2 = { version = "0.6", default-features = false } -hamcrest = "0.1" +hamcrest = "=0.1.1" kernel32-sys = "0.2" libc = "0.2" log = "0.3" -- 2.30.2